   
.menu-wrapper {
  position: relative;
  max-width: 100%;
  height: 50px;
  /* margin: 1em auto; */
  border: 1px solid black;
  overflow-x: hidden;
  overflow-y: hidden;
}

.menu {
  height: 120px;
  background: #101d60;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-left: 18px!important;
  margin-right: 18px!important;
}
.menu .item {
  display: inline-block;
  width: 100px;
  height: 100%;
  /* outline: 1px dotted gray; */
  margin: 10px 0px;
  box-sizing: border-box;
  color: #ced2e1;
  font-size: 16px;
  /* padding: 5px; */
  margin: 12px;
}

.paddle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2em;
}

.left-paddle {
  left: 0;
  background: #ffffff;
}

.right-paddle {
  right: 0;
  background: #ffffff;
}

.hidden {
  display: none;
}

.print {
  margin: auto;
  max-width: 500px;
}
.print span {
  display: inline-block;
  width: 100px;
}
.item > a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    display:flex;
    justify-content:center;
    align-items:center;
}
.item > a:hover, a:active, a:focus{
    color: #ced1da!important;
}
